Temporarily disable CPU test
authorSebastian Ramacher <sramacher@debian.org>
Mon, 1 Apr 2024 13:13:03 +0000 (15:13 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Sun, 28 Dec 2025 22:33:00 +0000 (23:33 +0100)
Parsing of the max CPU frequency is broken on ARM.

Gbp-Pq: Name 0004-Temporarily-disable-CPU-test.patch

tests/libgav1_tests.cmake

index 0896f930bbbc6c05bd7d592a306e5ba23224fd22..68340692bf78c683a3f1e515c86cb33932ea4068 100644 (file)
@@ -102,7 +102,6 @@ list(APPEND libgav1_common_sse4_test_sources
             "${libgav1_source}/dsp/x86/common_sse4_test.h")
 list(APPEND libgav1_convolve_test_sources
             "${libgav1_source}/dsp/convolve_test.cc")
-list(APPEND libgav1_cpu_test_sources "${libgav1_source}/utils/cpu_test.cc")
 list(APPEND libgav1_c_decoder_test_sources
             "${libgav1_source}/c_decoder_test.c"
             "${libgav1_source}/decoder_test_data.h")
@@ -342,22 +341,6 @@ macro(libgav1_add_tests_targets)
                          libgav1_gtest
                          libgav1_gtest_main)
 
-  libgav1_add_executable(TEST
-                         NAME
-                         cpu_test
-                         SOURCES
-                         ${libgav1_cpu_test_sources}
-                         DEFINES
-                         ${libgav1_defines}
-                         INCLUDES
-                         ${libgav1_test_include_paths}
-                         OBJLIB_DEPS
-                         libgav1_utils
-                         LIB_DEPS
-                         ${libgav1_common_test_absl_deps}
-                         libgav1_gtest
-                         libgav1_gtest_main)
-
   libgav1_add_executable(TEST
                          NAME
                          entropy_decoder_test